IVector.ReplaceAll Method

Replaces all the items in the vector with the specified items.

Syntax

public:
void ReplaceAll(
         Array<T>^ items
)  

Parameters

items
Type: T 

The collection of items to add to the vector.

Requirements

Namespace: Windows.Foundation.Collections

Metadata: windows.winmd

See also

Reference

IVector Generic Interface

IVector Members

Windows.Foundation.Collections Namespace